| Einhugur Word Plugin for Xojo |
|
EinhugurWord.NumberingType Enum
Enum representing types of List indent.
enum EinhugurWord.NumberingType
Constants
TypeBullet = 0 | Bullet |
TypeDecimal = 1 | Decimal |
TypeLowerLetter = 2 | Lower case letter. |
TypeUpperLetter = 3 | Upper case letter. |
TypeLowerRoman = 4 | Lower case roman number. |
TypeUpperRoman = 5 | Upper case roman number. |
TypeUnknown = 20 | Numbering type is unknown.
This might mean that the class instance is not in scope of a specific paragraph or that there is some type which we did not know about. |